@import url('https://fonts.googleapis.com/css?family=Montserrat');

html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0.5em;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
body, button, input, select, textarea {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    color: #0b6623;
    font-family: "Montserrat",sans-serif;
    font-weight: normal;
    text-align: center;
}
p {
    margin: 0 0 10px;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    color: #c75d5d;
    font-family: "Droid Serif",sans-serif;
    font-style: italic;
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee none repeat scroll 0 0;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0 none repeat scroll 0 0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    background: #fff none repeat scroll 0 0;
    border-top: 0 solid #8cbd01;
}
blockquote, q {
    quotes: "" "";
}
blockquote::before, blockquote::after, q::before, q::after {
    content: "";
}
hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: outside none disc;
	padding:15px;
}
ol {
    list-style: outside none decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffe642 none repeat scroll 0 0;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 15px 17px rgba(255, 255, 255, 0.5) inset, 0 -5px 12px rgba(0, 0, 0, 0.05) inset;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.75rem;
    line-height: 1;
    padding: 10px 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 15px 17px rgba(255, 255, 255, 0.8) inset, 0 -5px 12px rgba(0, 0, 0, 0.02) inset;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #666;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
}
textarea {
    border: 0px solid #1b9bb4;
    padding-left: 0px;
    width: 100%;
    background: #efefef;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover, a:focus {
    color: #a94346;
}
a:hover, a:active {
    outline: 0 none;
}
.main-navigation {
    border-radius: 0;
    font-size: 16px;
    margin-top: 0;
    text-align: right;
    z-index: 99999;
    float: right;
}
.main-navigation > div {
    display: inline-block;
}
.main-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
}
.main-navigation ul > li {
    display: inline-block;
    margin-right:5px;
}
.main-navigation ul > li a {
    padding: 15px 20px;
    border-radius: 10px;
    float: left;
}
.main-navigation ul a {
}
.main-navigation ul a:hover {
    background: #eeba20;
    color: #333;
}
.main-navigation ul ul {
    background: #00a2e2 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: 100%;
    margin-left: 0 !important;
    top: -1px;
}
.main-navigation ul ul li {
    margin: 0;
    padding-bottom: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    box-sizing: border-box;
    float: left;
    line-height: 1em;
    padding: 0.85em 25px;
    white-space: nowrap;
    width: 100%;
}
.main-navigation ul ul li:first-child a {
    padding-top: 0.25em;
}
.main-navigation ul ul li:last-child a {
    padding-bottom: 1.25em;
}
.main-navigation ul ul *:hover > a, .main-navigation ul ul .focus > a {
    color: #b5e62a;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
    color: #b5e62a;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: block;
}
.main-navigation li {
    position: relative;
    float: left;
}
.main-navigation a {
    color: #fff;
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
}
.main-navigation .svg-icon-menu {
    float: left;
    height: 24px;
    margin: 0;
    width: 24px;
}
.main-navigation .svg-icon-menu a {
    color: inherit;
}
.main-navigation .svg-icon-menu path {
    fill: #fff;
    transform-origin: left top 0;
    transition: all 0.4s ease 0s;
}
.main-navigation #mobile-menu-button {
    border-radius: 20px;
    color: #333;
    display: none;
    font-size: 1.2em;
    margin-top: 15px;
    padding: 5px;
}
.main-navigation #mobile-menu-button:hover {
    color: #292929;
}
.main-navigation #mobile-menu-button:hover .svg-icon-menu .line {
    fill: #292929;
}
.main-navigation #mobile-menu-button.to-close .line-1 {
    transform: rotate(-45deg) translateY(8.75px) translateX(-8.75px);
}
.main-navigation #mobile-menu-button.to-close .line-2 {
    opacity: 0;
    transform: translateX(10.9375px);
}
.main-navigation #mobile-menu-button.to-close .line-3 {
    transform: rotate(45deg) translateY(-20.75px) translateX(2.25px);
}
.main-navigation .north-icon-search {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: 2px;
}
.list-car {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.list-car li {
    float: left;
    padding: 10px;
    width: 50%;
}
.car-left {
    float: left;
    min-height: 240px;
    padding: 0;
    width: 50%;
}
.car-left h2 {
    color: #333;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
}
.car-left h2 a {
}
.car-left img {
}
.car-right {
    background: #f3f3f3 none repeat scroll 0 0;
    float: right;
    text-align: center;
    width: 50%;
}
.car-right ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.car-right ul li {
    border-top: 0 solid #ddd;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}
.book-bt {
    background: #333 none repeat scroll 0 0;
    border-radius: 20px;
}
.book-bt a {
    color: #fff;
    text-decoration: none;
}
.car-price {
    background: #ffe642 none repeat scroll 0 0;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
.car-price2 {
    background: #38dafd none repeat scroll 0 0;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}
.tour {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.tour li {
    border-bottom: 1px dotted #e1d4c0;
    float: left;
    margin-top: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.tour-left {
    float: left;
    padding-right: 15px;
    width: 28%;
}
.tour-left img {
}
.tour-right {
    float: left;
    width: 72%;
}
.tour-right h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.tour-detail {
    color: #0072bc;
    padding: 0;
    text-decoration: underline;
}
@media screen and (max-width: 600px) {
.list-car {
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.list-car li {
    float: left;
    margin: 20px;
    max-width: 450px;
}
.car-left {
    float: left;
    padding: 0 15px 15px;
    width: 290px;
}
.car-left h2 {
    color: #333;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}
.car-left h2 a {
}
.car-left img {
}
.car-right {
    float: right;
    width: 160px;
}
.car-right ul {
    float: right;
    list-style: outside none none;
    margin: 0;
}
.car-right ul li {
    border-top: 1px solid #ddd;
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    width: 100%;
}
.book-bt {
    border-radius: 20px;
}
.book-bt a {
    color: #333;
    text-decoration: none;
}
.car-price {
    background: #ffeb00 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.car-price2 {
    font-size: 12px;
    font-weight: bold;
}
.main-navigation #mobile-menu-button {
    display: inline-block;
}
.main-navigation ul {
    display: none;
}
.main-navigation .north-icon-search {
    display: none;
}
}
#header-search {
    background: #fafafa none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#header-search .container, #header-search .search-form {
    height: 100%;
}
#header-search form {
    box-sizing: border-box;
    display: block;
    height: 48px;
    left: 20px;
    margin-top: -24px;
    max-height: 100%;
    position: absolute;
    right: 59px;
    top: 50%;
}
#header-search input[type="search"] {
    background: rgba(0, 0, 0, 0.035) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "Droid Serif",sans-serif;
    height: 48px;
    max-height: 100%;
    padding: 0 10px;
    right: 20px;
    width: 100%;
}
#header-search input[type="search"]:focus {
    outline: medium none;
}
#header-search input[type="submit"] {
    display: none;
}
#header-search .svg-icon-close {
    cursor: pointer;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: scale(0.575) translateX(3px) translateY(-3px);
    transform-origin: center center 0;
    transition: all 0.35s ease 0s;
    width: 24px;
}
#header-search .svg-icon-close path {
    fill: #666666;
}
#header-search .svg-icon-close:hover path {
    fill: #333;
}
#header-search .svg-icon-close.animate-in {
    transform: scale(1) rotate(90deg);
}
@media screen and (max-width: 600px) {
#header-search {
    display: none !important;
}
}
#mobile-navigation {
    background: #0b6623;
    left: 0;
    padding: 15px 20px;
    top: 100%;
    width: 100%;
    z-index: 10;
}
#mobile-navigation form {
    display: block;
    margin-top: 10px;
    width: auto;
}
#mobile-navigation form input[type="search"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    width: 100%;
}
#mobile-navigation form input[type="search"]:focus {
    outline: medium none;
}
#mobile-navigation form input[type="submit"] {
    display: none;
}
#mobile-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#mobile-navigation ul li {
    border-top: 0px solid #13a0bb;
    line-height: 3em;
    text-align: center;
}
#mobile-navigation ul li a {
    color: #fff;
    text-decoration: none;
}
#mobile-navigation ul ul {
    margin: 0;
    padding: 0;
}
#mobile-navigation ul ul li {
    border-bottom: 0 solid #f9c422;
    line-height: 2;
    padding-left: 1em;
}
#mobile-navigation ul ul li ul {
    display: none;
}
@media screen and (min-width: 601px) {
#mobile-navigation {
    display: none !important;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-previous .north-icon-previous, .posts-navigation .nav-previous .north-icon-previous, .post-navigation .nav-previous .north-icon-previous {
    float: left;
    margin: 0.25em 5px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.comment-navigation .nav-next .north-icon-next, .posts-navigation .nav-next .north-icon-next, .post-navigation .nav-next .north-icon-next {
    float: right;
    margin: 0.25em 0 0 5px;
}
.comment-navigation a, .posts-navigation a, .post-navigation a {
    text-decoration: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
    content: "";
    display: table;
}
.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.widget ul {
    margin-left: 0;
    padding-left: 1.275em;
}
.widget_search .search-submit {
    display: none;
}
.textwidget > *:first-child {
    margin-top: 0;
}
.textwidget > *:last-child {
    margin-bottom: 0;
}
.search-form {
    position: relative;
}
.search-form .search-field {
    border-color: #f0f0f0;
    border-radius: 0;
    border-width: 0 0 1px;
    box-sizing: border-box;
    display: block;
    font-family: "Droid Serif",sans-serif;
    font-size: 0.9em;
    padding: 8px 15px;
    width: 100%;
}
.search-form .search-field:focus {
    background: #fbfbfb none repeat scroll 0 0;
    outline: medium none;
}
.content-area {
    float: left;
    margin: 0;
    width: 100%;
	margin-bottom:30px;
}
.home .content-area {margin-bottom:0px;}

.site-main {
    margin: 0;
}
.site-content .widget-area {
    float: left;
    overflow: hidden;
    padding-left: 20px;
    width: 25%;
}
.site-footer {
    clear: both;
    width: 100%;
}
.no-active-sidebar .content-area {
    float: none;
    margin: 0;
    width: auto;
}
.no-active-sidebar .site-main {
    margin: 0;
}
@media (max-width: 600px) {
.list-car {
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.list-car li {
    float: left;
    margin: 20px;
    max-width: 450px;
}
.car-left {
    float: left;
    padding: 0 15px 15px;
    width: 290px;
}
.car-left h2 {
    color: #333;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}
.car-left h2 a {
}
.car-left img {
}
.car-right {
    float: right;
    width: 160px;
}
.car-right ul {
    float: right;
    list-style: outside none none;
    margin: 0;
}
.car-right ul li {
    border-top: 1px solid #ddd;
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    width: 100%;
}
.book-bt {
    border-radius: 20px;
}
.book-bt a {
    color: #333;
    text-decoration: none;
}
.car-price {
    background: #ffeb00 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.car-price2 {
    font-size: 12px;
    font-weight: bold;
}
body.responsive .content-area {
    float: none;
    margin: 0;
    width: auto;
}
body.responsive .site-main {
    margin: 0;
}
body.responsive .site-content .widget-area {
    float: none;
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
}
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    position: relative;
}
.page-title {
    margin-top: 0;
}
.page-layout-no-sidebar .site-main {
    margin: 0;
}
.page-layout-no-masthead-margin #masthead, .page-layout-no-masthead-margin .masthead-sentinel {
    margin-bottom: 0;
}
.page-layout-no-footer-margin #colophon {
    margin-top: 0;
}
.page-layout-menu-overlap #masthead {
    left: 0;
    opacity: 0.975;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
.page-layout-menu-overlap .masthead-sentinel {
    display: none !important;
}
.page-layout-menu-overlap.admin-bar #masthead {
    top: 32px;
}
@media screen and (max-width: 782px) {
.list-car {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.list-car li {
    float: left;
    margin: 0 0 20px;
    max-width: 100%;
}
.car-left {
    float: left;
    padding: 0 15px;
    width: 100%;
}
.car-left h2 {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.car-left h2 a {
}
.car-left img {
    width: 100%;
}
.car-right {
    float: right;
    text-align: center;
    width: 100%;
}
.car-right ul {
    float: right;
    list-style: outside none none;
    margin: 0;
}
.car-right ul li {
    border-top: 1px solid #ddd;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}
.book-bt {
    border-radius: 20px;
}
.book-bt a {
    color: #fff;
    text-decoration: none;
}
.car-price {
    background: #ffeb00 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.car-price2 {
    font-size: 12px;
    font-weight: bold;
}
.page-layout-menu-overlap.admin-bar #masthead {
    top: 46px;
}
}
#masthead {
    border-bottom: 0 solid #f9c422;
    margin: 0 auto 0px;
    max-width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 999;
    background: #0b6623;
    color: #fff;
}
#masthead .container-inner {
    display: table;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 10px;
}
#masthead .site-branding {
    padding-bottom: 0;
    padding-right: 25px;
    padding-top: 0;
}
#masthead .site-branding > * {
    transform-origin: left center 0;
}
#masthead .site-branding .site-title {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0;
    white-space: nowrap;
    text-align: left;
}
#masthead .site-branding .site-title a {
    color: inherit;
    text-decoration: none;
}
#masthead .site-branding .site-description {
    font-size: 0.9em;
    margin: 0.25em 0 0;
}
#masthead .site-branding img {
    display: block;
    max-width: 230px;
}
#masthead .site-branding, #masthead .main-navigation {
    display: table-cell;
    vertical-align: middle;
}
#masthead.floating {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
#masthead.layout-centered .container-inner {
    display: block;
}
#masthead.layout-centered .site-branding {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
#masthead.layout-centered .site-branding img {
    display: inline-block;
    max-width: 100%;
}
#masthead.layout-centered .main-navigation {
    text-align: center;
}
#masthead.layout-centered .site-branding, #masthead.layout-centered .main-navigation {
    display: block;
}
.masthead-sentinel {
    box-sizing: border-box;
    margin-bottom: 30px;
}
#topbar {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #d4d4d4;
}
#topbar p {
    color: #898989;
    font-size: 0.8em;
    line-height: 3em;
    margin: 0;
    text-align: right;
}
#secondary {
    color: #595959;
    display: none;
    float: left;
}
#secondary aside {
    margin-bottom: 20px;
}
#secondary aside:last-child {
    margin-bottom: 0;
}
#secondary .widget-title {
    background: #da2127 none repeat scroll 0 0;
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
}
#colophon {
    background: #0b6623;
    border-top: 0 solid #d4d4d4;
    color: #fff;
    margin-top: 0px;
}
#colophon .widgets {
    content: "";
    display: table;
    overflow: hidden;
    width: 100%;
}
#colophon .widgets .widget-wrapper {
    border-right: 0px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}
#colophon .widgets .widget-wrapper:last-child {
    border-right: medium none;
}
#colophon .widgets aside {
    margin: 0;
    padding: 40px;
}
#colophon .widgets aside:last-child {
    border-right: 0 none;
}
#colophon .widgets.widgets-1 .widget-wrapper {
    width: 100%;
}
#colophon .widgets.widgets-2 .widget-wrapper {
    width: 50%;
}
#colophon .widgets.widgets-3 .widget-wrapper {
    width: 33.3333%;
}
#colophon .widgets.widgets-4 .widget-wrapper {
    width: 25%;
}
#colophon .widgets.widgets-5 .widget-wrapper {
    width: 20%;
}
#colophon .widgets.widgets-6 .widget-wrapper {
    width: 16.6667%;
}
#colophon .widgets.widgets-7 .widget-wrapper {
    width: 14.2857%;
}
#colophon .widgets.widgets-8 .widget-wrapper {
    width: 12.5%;
}
#colophon .widgets.widgets-9 .widget-wrapper {
    width: 11.1111%;
}
#colophon .widgets.widgets-10 .widget-wrapper {
    width: 10%;
}
#colophon .widgets .widget-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 1em;
    text-transform: capitalize;
    letter-spacing: 3px;
}
@media (max-width: 640px) {
#colophon .widgets .widget-wrapper {
    border-bottom: 1px solid #d4d4d4;
    border-right: medium none;
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100% !important;
}
#colophon .widgets .widget-wrapper:last-child {
    border-bottom: medium none;
}
}
#colophon .site-info {
    background: #333333 none repeat scroll 0 0;
    border-top: 0 solid #f9c422;
    float: left;
    font-size: 0.9em;
    padding: 0;
    text-align: center;
    width: 100%;
}
#colophon.unconstrained-footer .container {
}
#scroll-to-top {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    border-radius: 36px;
    bottom: 20px;
    cursor: pointer;
    line-height: 0;
    margin-right: -22px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: fixed;
    left: 20px;
    transform: scale(0.85);
    transition: all 0.35s ease 0s;
    z-index: 101;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
#scroll-to-top img {
    transition: all 0.35s ease 0s;
}
#scroll-to-top img {
    display: block;
    transform: rotate(-90deg);
    transform-origin: center center 0;
}
#scroll-to-top.show {
    opacity: 1;
    transform: scale(1);
}
#scroll-to-top.show img {
    transform: rotate(0deg);
}
@media (max-width: 600px) {
#scroll-to-top {
    display: none !important;
}
.tour {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.tour li {
    border-bottom: 1px dotted #e1d4c0;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.tour-left {
    float: left;
    padding-right: 15px;
    width: 28%;
}
.tour-left img {
}
.tour-right {
    float: left;
    width: 72%;
}
.tour-right h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.tour-detail {
    color: #0072bc;
    padding: 0;
    text-decoration: underline;
}
}
.sticky {
    display: block;
}
.hentry {
    margin-bottom: 80px;
}
.hentry > *:first-child {
    margin-top: 0px;
}
.hentry > *:last-child {
    margin-bottom: 0;
}
.page .hentry {
    margin-bottom: 0;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.entry-thumbnail {
    margin-bottom: 20px;
    position: relative;
}
.entry-thumbnail img {
    display: block;
    height: auto;
    width: 100%;
}
.entry-thumbnail .thumbnail-hover {
    background: #000000 none repeat scroll 0 0;
    border-radius: 30px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.4;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: scale(0, 0);
    width: 60px;
    z-index: 5;
}
.entry-thumbnail .thumbnail-hover, .entry-thumbnail .thumbnail-hover .north-icon-add {
    transition: all 0.15s ease 0s;
}
.entry-thumbnail .thumbnail-hover .north-icon-add {
    color: #fff;
    font-size: 30px;
    transform: scale(2, 2);
}
.entry-thumbnail:hover .thumbnail-hover {
    transform: scale(1, 1);
}
.entry-thumbnail:hover .thumbnail-hover .north-icon-add {
    transform: scale(1, 1);
}
.entry-title {
background: url('https://balihiredriver.com/wp-content/uploads/2018/07/line.png');background-repeat: no-repeat;background-position: center bottom;padding-bottom: 10px;font-size: 2em;
}
.entry-title a {
    color: inherit;
    text-decoration: none;
}
.entry-meta {
    display: none;
    font-size: 0.85em;
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
.entry-meta li, .entry-meta a, .entry-meta .meta-icon {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.35s ease 0s;
}
.entry-meta a:hover {
    text-decoration: underline;
}
.entry-meta a:hover time {
    text-decoration: underline;
}
.entry-meta li {
    display: inline-block;
    margin-right: 12px;
}
.entry-meta li .meta-icon {
    float: left;
    font-size: 15px;
    margin-right: 6px;
    margin-top: 1px;
}
.entry-meta li.posted-on .updated {
    display: none;
}
.entry-meta li.posted-on .published {
    display: inline-block;
}
.entry-meta li.post-comments .meta-icon {
    font-size: 18px;
    margin-top: 1px;
}
.entry-meta li.hovering, .entry-meta li.hovering a, .entry-meta li.hovering .meta-icon {
    color: #a94346;
}
.page-content, .entry-content, .entry-summary {
    color: #333;
    line-height: 1.8;
    margin: 0 0 15px;
}
.page-content > *:first-child, .entry-content > *:first-child, .entry-summary > *:first-child {
    margin-top: 0;
}
.page-content > *:last-child, .entry-content > *:last-child, .entry-summary > *:last-child {
    margin-bottom: 0;
}
.tags-list {
    margin-top: 1em;
}
.tags-list a {
    background: #c9c9c9 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1em;
    margin-right: 10px;
    padding: 8px 12px;
    text-decoration: none;
}
.tags-list a:hover {
    background: #a94346 none repeat scroll 0 0;
}
.more-link {
    border: 1px solid #292929;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
    color: #292929;
    float: right;
    font-family: "Montserrat",sans-serif;
    font-size: 0.85em;
    line-height: 1em;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.more-link:visited {
    color: #292929;
}
.more-link:hover {
    background: #c75d5d none repeat scroll 0 0;
    border-color: #c75d5d;
    box-shadow: none;
    color: #ffffff;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.post-pagination {
    float: left;
    font-family: "Droid Serif",sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.post-pagination a {
    color: #595959;
    text-decoration: none;
}
.post-pagination a:hover {
    color: #a94346;
}
.post-pagination .current {
    color: #292929;
    font-weight: bold;
}
.post-pagination .page-numbers {
    background: #a90000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
}
.post-pagination .prev, .post-pagination .next {
    color: #fff;
    height: 33px;
    padding: 5px 5px 2px;
}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
.comment-content a {
    overflow-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-list {
    margin: 25px 0;
    padding: 0;
}
.comment-list li {
    color: #898989;
    display: block;
    margin: 0 0 50px;
    padding: 0;
    width: auto;
}
.comment-list li .comment-container {
    margin-left: 120px;
}
.comment-list li .avatar-container {
    float: left;
}
.comment-list li .avatar-container img {
    display: block;
}
.comment-list li .comment-reply-link {
    background: #292929 none repeat scroll 0 0;
    color: #f2f2f2;
    float: right;
    font-size: 0.8em;
    line-height: 1em;
    padding: 8px 12px;
    text-decoration: none;
}
.comment-list li .comment-reply-link:hover {
    background: #a94346 none repeat scroll 0 0;
}
.comment-list li .info {
    color: #b0b0b0;
}
.comment-list li .author {
    color: #292929;
    font-weight: bold;
}
.comment-list li .children {
    margin-left: 70px;
    margin-top: 50px;
    padding: 0;
}
.comments-title, .comment-reply-title {
    font-size: 1.2em;
    text-transform: uppercase;
}
#commentform {
    margin: 0 -15px;
}
#commentform > p {
    margin: 25px 0;
    padding: 0 15px;
}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
    display: block;
    float: left;
    margin: 0 0 20px;
    width: 33.333%;
}
#commentform .comment-form-author label, #commentform .comment-form-email label, #commentform .comment-form-url label {
    display: none;
}
#commentform .comment-form-author input, #commentform .comment-form-email input, #commentform .comment-form-url input {
    border-radius: 0;
    color: #595959;
    font-family: "Droid Serif",sans-serif;
    font-size: 0.85em;
    padding: 8px 30px;
    width: 100%;
}
#commentform .comment-form-comment {
    margin: 10px 0;
}
#commentform .comment-form-comment label {
    display: none;
}
#commentform .comment-form-comment textarea {
    border-radius: 0;
    color: #595959;
    display: block;
    font-family: "Droid Serif",sans-serif;
    font-size: 0.85em;
    padding: 15px 30px;
    width: 100%;
}
#commentform .form-allowed-tags, #commentform .comment-notes, #commentform .logged-in-as {
    color: #b0b0b0;
    margin: 10px 0;
}
#commentform .form-allowed-tags, #commentform .form-allowed-tags code, #commentform .comment-notes, #commentform .comment-notes code, #commentform .logged-in-as, #commentform .logged-in-as code {
    font-size: 0.75em;
}
#commentform .form-submit {
    margin-top: 10px;
    text-align: right;
}
#commentform .form-submit input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #303030;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
    color: #292929;
    float: right;
    font-family: "Montserrat",sans-serif;
    font-size: 0.85em;
    line-height: 1em;
    padding: 10px 30px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.085s ease 0s;
}
#commentform .form-submit input:hover {
    background: #a94346 none repeat scroll 0 0;
    border-color: #a94346;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
#commentform input, #commentform textarea {
    background-color: #ffffff;
}
#commentform input:focus, #commentform textarea:focus {
    background-color: #fcfcfc;
    outline: medium none;
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed, iframe, object {
    max-width: 100%;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    float: left;
    max-width: 240px;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.burst-animation-overlay {
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.burst-animation-overlay .burst-circle {
    background: #000 none repeat scroll 0 0;
    border-radius: 10px;
    height: 2px;
    opacity: 0.1;
    position: absolute;
    width: 2px;
}
.info-head ul {
}
.info-head ul li {
}
.info-head {
    background: #eeba20;
    border-radius: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    color: #333 aliceblue !important;
    font-size: 15px;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
    position: relative;
    text-align: left;
    z-index: 9;
}
.info-head i {
    color: #333;
    font-size: 15px;
    padding-right: 5px;
    padding-left: 13px;
}
.foot-tag {
    background: #eeba20;
    color: #333;
    font-size: 15px;
    margin: 0;
    padding: 10px;
}
.foot-tag a {
    color: #333;
}
.info-foot h2 {
    color: #fff;
    margin: 0 0 5px;
}
.info-foot {
    background: #0b6623;
    color: #fff;
    float: left;
    padding: 10px;
    width: 100%;
}
.info-foot a {
    color: #fff;
}
.copyright {
    background: #0b6623;
    color: #fff;
    float: left;
    padding: 10px;
    width: 100%;
}
.flag {
    background: #525252 none repeat scroll 0 0;
    color: #fff;
    padding: 9px;
}
.wpcf7-form select {
    border: 1px solid #1a9eb7;
    border-radius: 5px;
    padding: 5px;
    width: 280px;
}
.wpcf7-form input {
    border: 0px solid #1c9ab1;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    background: #efefef;
}
.wpcf7-form input[type="submit"] { background: #eeba20;
box-shadow: none;
text-shadow: none;
font-size: 15px;
text-transform: uppercase;
}
@media screen and (max-width: 500px) {
.tour {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.tour li {
    border-bottom: 1px dotted #e1d4c0;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.tour-left {
    float: left;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}
.tour-left img {
}
.tour-right {
    float: left;
    width: 100%;
}
.tour-right h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.tour-detail {
    color: #0072bc;
    padding: 0;
    text-decoration: underline;
}
}
#chch-sliderwt1-561 {
    box-shadow: 1px 2px 10px;
}
.wpcf7-form-control option {
    padding: 10px;
}
.wpcf7-submit {
    padding: 10px 20px !important;
}
.metaslider {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 0;
}
.list-produk {
    margin: 0 auto;
    padding: 0;
}
.list-produk li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e3dfdf #e3dfdf #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0px;
    float: left;
    list-style: outside none none;
    margin: 10px;
    max-width: 370px;
    min-height: auto;
    padding: 0;
}
.gambar-produk {
    float: left;
    margin: 0;
}
.gambar-produk img {
    border-radius: 10px;
    margin: 0;
}
.detail-product {
    float: left;
    padding: 0 0 15px;
    text-align: center;
}
.detail-product h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 6px;
    text-align: center;
    text-transform: uppercase;
}
.detail-product h3 a {
    color: #0b6623;
}
.lihat-detail {
    background: #eeba20;
    border-radius: 6px;
    color: #000;
    padding: 15px 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 4;
    text-transform: uppercase;
    font-weight: normal;
}
.info-head a {
    color: #333;
}
.home-tour {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.home-tour li {
    float: left;
    padding: 5px;
    width: 250px;
}
.home-tour li a {
}
.home-tour li img {
    border-radius: 10px;
    box-shadow: 1px 2px 5px;
}
.list-group {
    margin: 0 auto;
    max-width: 732px;
    padding-left: 0;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    float: left;
    margin: 10px;
    padding: 0;
    position: relative;
    width: 100%;
}
.col-sm-3 {
    margin-left: 20px;
    width: 30%;
}
.col-sm-4 {
    margin-top: 15px;
    width: 35.333%;
}
.col-sm-5 {
    margin-top: 15px;
    text-align: left;
    width: 30.667%;
}
.text-success {
    color: #3c763d;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}
.btn {
    -moz-user-select: none;
    background: #8cbd01 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.list-group-item h2 {
    margin: 0;
    text-align: left;
}
.col-sm-4 ul {
    margin: 0;
}
.col-sm-4 ul li {
    color: #333;
}
.list-group h3 {
    color: #fff;
    margin: 0;
}
.line-header {
    float: left;
}
.line-header img {
    float: left;
}
.current_page_item{
    background: #eeba20;
	border-radius: 10px;
}
.entry-content .widget-title{background: url('https://balihiredriver.com/wp-content/uploads/2018/07/line.png');background-repeat: no-repeat;background-position: center bottom;padding-bottom: 10px;font-size: 2em;}
.current_page_item a{color: #333;}
.site-footer a{color:#fff;}
.type-post{max-width: 800px;margin: 0 auto;}
.type-post h2{margin-bottom: 0px;background: url('https://balihiredriver.com/wp-content/uploads/2018/07/line.png');background-position: bottom;background-repeat: no-repeat;padding-bottom: 10px;margin-bottom: 10px;}
.type-post img{border-radius: 10px;max-width: 600px; width: 100%;}
.type-post .wpcf7-form{max-width: 400px; width: 100%;margin: 0 auto;}
footer .widget-title {text-align:left;}
.wa-button{position: fixed;bottom: 15px;right: 20px;width: 50px;z-index: 999;}
.wa-button img{border-radius: 50%;box-shadow: 2px 2px 6px rgba(0,0,0,0.4);}
@media screen and (max-width: 600px) {
.list-group-item {
    width: 95%;
}
.col-sm-3 {
    margin: 0;
    padding: 10px;
    width: 100%;
}
.col-sm-4 {
    margin: 10px;
    width: 100%;
}
.col-sm-5 {
    margin: 10px;
    text-align: center;
    width: 100%;
}
.list-group-item h2 {
    text-align: center;
}
#masthead {
    background: #0b6623;
    border-bottom: 0 solid #f9c422;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 999;
}
.car-left {
    min-height: 133px;
}
.tombol-home a{width:100%;}
.info-head span {
    width: 100%;
    display: block;
    text-align: center;
}
}
